home *** CD-ROM | disk | FTP | other *** search
- IQ002.MOD, nice Games Listing Mod!
- Iq1 #1 @15814
- Sun Feb 28 09:45:27 1993
- IQ1's NUMBER 2 MOD!!!!
- Iq1 #1 @5809
- Thu Feb 25 17:03:50 1993
- ┌────────────────────────────────────────────────────────────────────────────┐
- │ │
- │ Mod Name: IQ002.MOD Mod Author: IQ1 │
- │ Got rid of the ridiculas 000's IceNet : 1 @ 5809 │
- │ Difficulty: HHAHAH Block READ!!! WWIVlink : 1 @ 15814 │
- │ Files Modified : BBSUTL1.C │
- │ WWIV Version : 4.22 │
- │ Description : Puts your chains in a box with lots of nice colors! And │
- │ the display is STILL abortable! I know there are alot of │
- │ mods that do this! But... I didn't like em! Plus this │
- │ puts the box in the center of the screen! │
- └────────────────────────────────────────────────────────────────────────────┘
-
- Step 1. Back up your source!
- I warned ya....
-
- Step 2. Load up BBSUTL1.C and replace void show_chains(int *mapp, int *map)
- with:
-
- void show_chains(int *mapp, int *map)
- {
- int abort,i,i1;
- char s[81];
-
- abort=0;
- nl();
- pla(" 1┌──────┬──────────────────────────────────────────┐3 ",&abort);
- pla(" 1│ 7###3. 1│ 2Name of the Door to Run! 1│3░░",&abort);
- pla(" 1├──────┼──────────────────────────────────────────┤3░░",&abort);
- for (i=0; (i<*mapp) && (!abort) && (!hangup); i++) {
- sprintf(s," 1│ 7%-3d3. 1│ 2%-40s 1│3░░",i+1, chains[map[i]].description);
- pla(s,&abort);
- }
-
- pla(" 1└──────┴──────────────────────────────────────────┘3░░",&abort);
- pla(" 3 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░",&abort);
- nl();
- }
-
- Step 3. Save and recompile!
-
- Step 4. Send me MAIL!! Please...
-